'Declaration Public Overridable Function GetIsProcessingCommandSupported( _
ByVal processingCommandThe processing command.As IProcessingCommandInfo _
) As Boolean
public virtual bool GetIsProcessingCommandSupported(
IProcessingCommandInfo processingCommand
)
public: virtual bool GetIsProcessingCommandSupported(
IProcessingCommandInfo* processingCommand
)
public:
virtual bool GetIsProcessingCommandSupported(
IProcessingCommandInfo^ processingCommand
)
Parameters
- processingCommand
- The processing command.
Return Value
True if this processing tree supports the processing command; otherwise, false.